crypto/tls.clientHelloMsg.compressionMethods (field)
11 uses
crypto/tls (current package)
handshake_client.go#L70: compressionMethods: []uint8{compressionNone},
handshake_messages.go#L77: compressionMethods []uint8
handshake_messages.go#L360: b.AddBytes(m.compressionMethods)
handshake_messages.go#L443: if !readUint8LengthPrefixed(&s, &m.compressionMethods) {
handshake_messages.go#L686: compressionMethods: slices.Clone(m.compressionMethods),
handshake_server.go#L188: for _, compression := range hs.clientHello.compressionMethods {
handshake_server_tls13.go#L128: if len(hs.clientHello.compressionMethods) != 1 ||
handshake_server_tls13.go#L129: hs.clientHello.compressionMethods[0] != compressionNone {
handshake_server_tls13.go#L624: !bytes.Equal(ch.compressionMethods, ch1.compressionMethods) ||
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |